home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Linux / Java / Bluej / bluej-111.jar / Installer$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-09-15  |  656 b   |  21 lines

  1. import java.awt.event.WindowAdapter;
  2. import java.awt.event.WindowEvent;
  3.  
  4. final class Installer$2 extends WindowAdapter {
  5.    // $FF: synthetic field
  6.    private final Installer this$0;
  7.  
  8.    // $FF: synthetic method
  9.    Installer$2(Installer var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public void windowActivated(WindowEvent var1) {
  14.       this.this$0.installButton.requestFocus();
  15.    }
  16.  
  17.    public void windowClosing(WindowEvent var1) {
  18.       System.exit(0);
  19.    }
  20. }
  21.